home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / mobile / fma-2.0-stable-setup.exe / {app} / source / uSyncPhonebook.dfm < prev    next >
Encoding:
Text File  |  2004-07-01  |  8.0 KB  |  321 lines

  1. object frmSyncPhonebook: TfrmSyncPhonebook
  2.   Left = 0
  3.   Top = 0
  4.   Width = 618
  5.   Height = 363
  6.   Font.Charset = RUSSIAN_CHARSET
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'Tahoma'
  10.   Font.Style = []
  11.   ParentFont = False
  12.   TabOrder = 0
  13.   Visible = False
  14.   DesignSize = (
  15.     618
  16.     363)
  17.   object ListContacts: TVirtualStringTree
  18.     Left = 0
  19.     Top = 0
  20.     Width = 618
  21.     Height = 324
  22.     Align = alClient
  23.     DefaultNodeHeight = 17
  24.     DragMode = dmAutomatic
  25.     Header.AutoSizeIndex = -1
  26.     Header.Font.Charset = ANSI_CHARSET
  27.     Header.Font.Color = clWindowText
  28.     Header.Font.Height = -11
  29.     Header.Font.Name = 'Arial Unicode MS'
  30.     Header.Font.Style = []
  31.     Header.Height = 20
  32.     Header.MainColumn = 1
  33.     Header.Options = [hoAutoResize, hoColumnResize, hoDrag, hoHotTrack, hoShowImages, hoShowSortGlyphs, hoVisible]
  34.     Header.PopupMenu = PopupMenu2
  35.     Header.SortColumn = 1
  36.     Header.Style = hsFlatButtons
  37.     HintAnimation = hatNone
  38.     HintMode = hmTooltip
  39.     Images = Form1.ImageList4
  40.     IncrementalSearch = isInitializedOnly
  41.     IncrementalSearchTimeout = 500
  42.     Indent = 0
  43.     LineMode = lmBands
  44.     PopupMenu = PopupMenu1
  45.     ScrollBarOptions.AlwaysVisible = True
  46.     TabOrder = 1
  47.     TreeOptions.AutoOptions = [toAutoDropExpand, toAutoScrollOnExpand, toAutoSpanColumns, toAutoTristateTracking, toAutoDeleteMovedNodes]
  48.     TreeOptions.MiscOptions = [toAcceptOLEDrop, toFullRepaintOnResize, toInitOnSave, toReportMode, toToggleOnDblClick, toWheelPanning]
  49.     TreeOptions.PaintOptions = [toHideFocusRect, toShowButtons, toShowDropmark, toShowHorzGridLines, toShowRoot, toShowTreeLines, toThemeAware, toUseBlendedImages]
  50.     TreeOptions.SelectionOptions = [toFullRowSelect, toMultiSelect, toRightClickSelect]
  51.     OnAfterPaint = ListContactsAfterPaint
  52.     OnCompareNodes = ListContactsCompareNodes
  53.     OnDblClick = btnEditClick
  54.     OnGetText = ListContactsGetText
  55.     OnGetImageIndex = ListContactsGetImageIndex
  56.     OnHeaderClick = ListContactsHeaderClick
  57.     OnHeaderMouseUp = ListContactsHeaderMouseUp
  58.     OnIncrementalSearch = ListContactsIncrementalSearch
  59.     OnKeyDown = ListContactsKeyDown
  60.     Columns = <
  61.       item
  62.         MinWidth = 50
  63.         Position = 0
  64.         Width = 53
  65.         WideText = 'Status'
  66.       end
  67.       item
  68.         MinWidth = 70
  69.         Position = 1
  70.         Width = 140
  71.         WideText = 'Full Name'
  72.       end
  73.       item
  74.         MinWidth = 70
  75.         Position = 2
  76.         Width = 100
  77.         WideText = 'Title'
  78.       end
  79.       item
  80.         MinWidth = 70
  81.         Position = 3
  82.         Width = 120
  83.         WideText = 'Organization'
  84.       end
  85.       item
  86.         ImageIndex = 14
  87.         MinWidth = 70
  88.         Position = 4
  89.         Width = 180
  90.         WideText = 'Email'
  91.       end
  92.       item
  93.         ImageIndex = 9
  94.         MinWidth = 70
  95.         Position = 5
  96.         Width = 120
  97.         WideText = 'Home'
  98.       end
  99.       item
  100.         ImageIndex = 11
  101.         MinWidth = 70
  102.         Position = 6
  103.         Width = 120
  104.         WideText = 'Work'
  105.       end
  106.       item
  107.         ImageIndex = 10
  108.         MinWidth = 70
  109.         Position = 7
  110.         Width = 120
  111.         WideText = 'Cell'
  112.       end
  113.       item
  114.         ImageIndex = 12
  115.         MinWidth = 70
  116.         Position = 8
  117.         Width = 120
  118.         WideText = 'Fax'
  119.       end
  120.       item
  121.         ImageIndex = 13
  122.         MinWidth = 70
  123.         Position = 9
  124.         Width = 70
  125.         WideText = 'Other'
  126.       end>
  127.   end
  128.   object Panel1: TPanel
  129.     Left = 0
  130.     Top = 324
  131.     Width = 618
  132.     Height = 39
  133.     Align = alBottom
  134.     BevelOuter = bvLowered
  135.     TabOrder = 0
  136.     Visible = False
  137.     object btnSYNC: TButton
  138.       Left = 156
  139.       Top = 8
  140.       Width = 49
  141.       Height = 21
  142.       Caption = 'SYNC'
  143.       TabOrder = 0
  144.       Visible = False
  145.       OnClick = btnSYNCClick
  146.     end
  147.     object Panel2: TPanel
  148.       Left = 504
  149.       Top = 8
  150.       Width = 105
  151.       Height = 105
  152.       BevelOuter = bvNone
  153.       TabOrder = 1
  154.       Visible = False
  155.     end
  156.     object btnLOG: TButton
  157.       Left = 208
  158.       Top = 8
  159.       Width = 49
  160.       Height = 21
  161.       Caption = 'LOG'
  162.       TabOrder = 2
  163.       Visible = False
  164.       OnClick = btnLOGClick
  165.     end
  166.     object txtCC: TEdit
  167.       Left = 8
  168.       Top = 8
  169.       Width = 33
  170.       Height = 21
  171.       TabOrder = 3
  172.     end
  173.     object txtLUID: TEdit
  174.       Left = 44
  175.       Top = 8
  176.       Width = 105
  177.       Height = 21
  178.       TabOrder = 4
  179.       Text = 'txtLUID'
  180.     end
  181.   end
  182.   object NoItemsPanel: TPanel
  183.     Left = 8
  184.     Top = 24
  185.     Width = 585
  186.     Height = 21
  187.     Anchors = [akLeft, akTop, akRight]
  188.     BevelOuter = bvNone
  189.     Caption = 
  190.       'There are no items to display in this view. Did you synchronize ' +
  191.       'phonebook?'
  192.     Color = clWindow
  193.     TabOrder = 2
  194.   end
  195.   object PopupMenu1: TPopupMenu
  196.     Images = Form1.ImageList2
  197.     OnPopup = PopupMenu1Popup
  198.     Left = 92
  199.     Top = 52
  200.     object NewContact1: TMenuItem
  201.       Action = Form1.ActionContactsNewPerson
  202.     end
  203.     object N2: TMenuItem
  204.       Caption = '-'
  205.     end
  206.     object SendMsg1: TMenuItem
  207.       Action = Form1.ActionContactsNewMsg
  208.     end
  209.     object voicecall1: TMenuItem
  210.       Action = Form1.ActionContactsVoiceCall
  211.     end
  212.     object ChatContact1: TMenuItem
  213.       Action = Form1.ActionContactsNewChat
  214.     end
  215.     object N5: TMenuItem
  216.       Caption = '-'
  217.     end
  218.     object ClearChangedFlag1: TMenuItem
  219.       Caption = 'Force as Not Modified...'
  220.       OnClick = ClearChangedFlag1Click
  221.     end
  222.     object ForceUpdate: TMenuItem
  223.       Caption = 'Force as Modified...'
  224.       OnClick = ForceUpdateClick
  225.     end
  226.     object ForceNewContact: TMenuItem
  227.       Caption = 'Force as New Contact (No Undo)...'
  228.       OnClick = ForceNewContactClick
  229.     end
  230.     object UndoLastChange1: TMenuItem
  231.       Caption = '&Undo Edit Last Contact...'
  232.       Enabled = False
  233.       OnClick = UndoLastChange1Click
  234.     end
  235.     object N6: TMenuItem
  236.       Caption = '-'
  237.     end
  238.     object AddtoGroup1: TMenuItem
  239.       AutoHotkeys = maManual
  240.       Caption = 'Add to &Group'
  241.       object TMenuItem
  242.       end
  243.     end
  244.     object N7: TMenuItem
  245.       Caption = '-'
  246.     end
  247.     object DownloadEntirePhonebook1: TMenuItem
  248.       Caption = 'Download Entire Phonebook...'
  249.       ImageIndex = 1
  250.       OnClick = DownloadEntirePhonebook1Click
  251.     end
  252.     object N3: TMenuItem
  253.       Caption = '-'
  254.     end
  255.     object Delete1: TMenuItem
  256.       Action = Form1.ActionDelete
  257.     end
  258.     object N1: TMenuItem
  259.       Caption = '-'
  260.     end
  261.     object ImportContacts1: TMenuItem
  262.       Caption = 'Imp&ort Contacts...'
  263.       OnClick = ImportContacts1Click
  264.     end
  265.     object Exportselectedcontacts1: TMenuItem
  266.       Action = Form1.ActionContactsExport
  267.     end
  268.     object N4: TMenuItem
  269.       Caption = '-'
  270.     end
  271.     object Properties1: TMenuItem
  272.       Caption = 'P&roperties'
  273.       ImageIndex = 10
  274.       OnClick = btnEditClick
  275.     end
  276.   end
  277.   object FormStorage1: TFormStorage
  278.     IniFileName = 'Software\floAt'
  279.     IniSection = 'ME'
  280.     Options = []
  281.     UseRegistry = True
  282.     OnSavePlacement = FormStorage1SavePlacement
  283.     OnRestorePlacement = FormStorage1RestorePlacement
  284.     StoredProps.Strings = (
  285.       'FirstLast1.Checked'
  286.       'LastFirst1.Checked')
  287.     StoredValues = <
  288.       item
  289.         Name = 'ListHeader'
  290.         Value = ''
  291.       end>
  292.     Left = 20
  293.     Top = 52
  294.   end
  295.   object OpenDialog1: TOpenDialog
  296.     DefaultExt = '.vcf'
  297.     Filter = 'vCard Files (*.vcf)|*.vcf|All Files|*.*'
  298.     Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
  299.     Title = 'Import Contacts...'
  300.     Left = 128
  301.     Top = 52
  302.   end
  303.   object PopupMenu2: TPopupMenu
  304.     Left = 56
  305.     Top = 52
  306.     object FirstLast1: TMenuItem
  307.       Caption = 'First Last'
  308.       Checked = True
  309.       GroupIndex = 1
  310.       RadioItem = True
  311.       OnClick = FirstLast1Click
  312.     end
  313.     object LastFirst1: TMenuItem
  314.       Caption = 'Last First'
  315.       GroupIndex = 1
  316.       RadioItem = True
  317.       OnClick = FirstLast1Click
  318.     end
  319.   end
  320. end
  321.